home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / util / cli / CompareDirs.readme < prev    next >
Text File  |  1997-11-02  |  3KB  |  117 lines

  1. Short:    Compare two dirs for different files, V1.1
  2. Author:   Martin Gierich <Martin.Gierich@stud.uni-karlsruhe.de>
  3. Uploader: Martin Gierich <Martin.Gierich@stud.uni-karlsruhe.de>
  4. Version:  1.1 (5.10.97)
  5. Type:     util/cli
  6. Kurz:     Vegleicht zwei Verzeichnisse miteinander, V1.1
  7.  
  8. New for V1.1 (5.10.97):
  9.  ReadArgs() interface added, NOIDENT option added, Copyright notice changed.
  10.  
  11.  
  12. CompareDirs allows you to compare the directory stucture of two
  13. directories and it compares all files, that can be found in both
  14. directories and all subdirectories, byte by byte.
  15.  
  16. This is very useful for checking a backup of your harddisk on
  17. CD-recordable or another mass storage medium. Since it really
  18. compares all files, that will be output as identical, byte by byte
  19. you can be sure that no error occured during backing up.
  20.  
  21. It is also practical to check for differences since the last backup.
  22.  
  23. And if you have got a new archive of a program you already have,
  24. CompareDirs allows you to check it out for different files.
  25.  
  26.  
  27. The calling syntax is:
  28.  
  29.     CompareDirs <dir1> <dir2> [<resultfile>] [NOIDENT}
  30.  
  31. or as a argument template: DIR1/A,DIR2/A,RESULTFILE,NOIDENT/S
  32.  
  33. where dir1 and dir2 are the two directories to be compared and
  34. resultfile is an optional argument that specifies where output
  35. should be written to. By default all output goes to stdout, that
  36. means you will see it in the console window. The NOIDENT switch
  37. allows surpressing output of identical files.
  38.  
  39.  
  40. The output looks like:
  41.  
  42.  
  43. ----------------  snip  ----------------
  44.  
  45. RAM:> CompareDirs DEVS: RAM:devs
  46.  
  47. Scanning directory DEVS:
  48. Scanning directory RAM:devs
  49. Comparing files
  50. Showing results
  51.  
  52.  
  53. Identical files:
  54.  
  55.  DOSDrivers.info  (1650)
  56.  DOSDrivers/  (0)
  57.  DOSDrivers/AUX  (118)
  58.  DOSDrivers/AUX.info  (1813)
  59.  mountlist  (4252)
  60.  parallel.device  (4292)
  61.  printer.device  (27420)
  62.  serial.device  (5412)
  63.  system-configuration  (232)
  64.  
  65.  
  66. Files only in DEVS: :
  67.  
  68.  DOSDrivers/PC0  (787)
  69.  DOSDrivers/PC0.info  (1824)
  70.  Mountlist.bak  (4135)
  71.  
  72.  
  73. Files only in RAM:devs :
  74.  
  75.  bla.device  (5712)
  76.  
  77.  
  78. Different files:
  79.  
  80.  clipboard.device  (6944)
  81.  mfm.device  (6780 <-> 3848)
  82.  
  83. ----------------  snip  ----------------
  84.  
  85.  
  86.  
  87. Copyright (excerpt):
  88.  
  89.  CompareDirs is Freeware and comes with source code.
  90.  This means you are allowed to distribute it (unmodified and with
  91.  source code and this readme) and you can use it for free.
  92.  It is still copyrighted by me.
  93.  
  94.  
  95. Author: Martin Gierich
  96. EMail: Martin.Gierich@stud.uni-karlsruhe.de
  97. Homepage: http://www.uni-karlsruhe.de/~uj3w/
  98.  
  99.  
  100. ============================= Archive contents =============================
  101.  
  102. Original  Packed Ratio    Date     Time    Name
  103. -------- ------- ----- --------- --------  -------------
  104.      628     272 56.6% 05-Oct-97 23:41:44  CompareDirs.info
  105.     6460    4187 35.1% 05-Oct-97 23:00:20 +CompareDirs
  106.      882     347 60.6% 05-Oct-97 23:41:16 +CompareDirs.info
  107.     3960    1853 53.2% 05-Oct-97 23:32:48 +CompareDirs.readme
  108.      888     252 71.6% 05-Oct-97 23:41:16 +CompareDirs.readme.info
  109.      954     289 69.7% 05-Oct-97 23:41:18 +Source.info
  110.     8121    2579 68.2% 05-Oct-97 23:00:54 +CompareDirs.c
  111.      527     285 45.9% 10-Sep-97 12:04:04 +fastmemcmp.asm
  112.      144     136  5.5% 05-Oct-97 23:05:00 +fastmemcmp.o
  113.      141     107 24.1% 05-Oct-97 22:58:32 +SCOPTIONS
  114.      239     126 47.2% 05-Oct-97 23:04:34 +smakefile
  115. -------- ------- ----- --------- --------
  116.    22944   10433 54.5% 08-Oct-97 23:01:06   11 files
  117.